home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / DAKIT.ZIP / MAKEFILE < prev    next >
Encoding:
Text File  |  1990-10-10  |  235 b   |  13 lines

  1. # Makefile for anim2pcx.
  2.  
  3. .c.obj:
  4.     @cl /AM /I. $*.c /c
  5.  
  6. .asm.obj:
  7.     @echo ---- $*.asm
  8.     @masm /T /ML $*;
  9.  
  10. anim2pcx.exe: anim2pcx.obj anima.obj dalloc.obj gio.obj\
  11.     misc.obj misca.obj lpfile.obj pbio.obj
  12.     @link @anim2pcx.lnk
  13.